Skip to content

Conversation

@cfox
Copy link
Contributor

@cfox cfox commented Aug 21, 2018

ready for review

  • implements unique assets via both createrawtransaction, issue and issueunique RPC calls
  • changes some of the parameter defaults/optionality in issue

@cfox cfox changed the title WIP: unique assets unique assets Aug 24, 2018
bool fBurnOutpointFound = false;
for (auto out : vout)
if (CheckIssueBurnTx(out, AssetType::UNIQUE, assetOutpointCount))
fBurnOutpointFound = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we break if we find it? Could save some cycles?

Copy link
Contributor

@blondfrogs blondfrogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@blondfrogs
Copy link
Contributor

Just make sure to squash your commits. :)

@cfox cfox merged commit b44ff45 into develop2 Aug 27, 2018
@cfox cfox deleted the cfox-unique branch September 4, 2018 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants